home *** CD-ROM | disk | FTP | other *** search
- # Symbolic Application Debugging Environment 1.3
- #
- # Copyright Apple Computer, Inc. 1987-1991
- # All rights reserved.
-
- ###############################################################################
-
- Help # Get a list of help topics; or use SADE Help menu command in Find menu.
-
- # When you compile and link your application, specify the -sym on option to create
- # the file containing symbol information (.SYM) that SADE requires for debugging.
-
- # Identify the target application to debug and its symbol file:
- Directory 'hd:SADE:SADE Tutorials:CExamples:C Tutorial 1'
-
- # The Sourcepath command is not necessary, but may be useful if your source files
- # are in multiple directories.
- # Sourcepath 'pathname1','pathname2'
-
- Target 'Sample1' # assumes symbol file is 'Sample1.SYM'
-
- # You will see that Target not only identifies the application but launches it, opens
- # the source file, and breaks at the first statement of the main program.
-
- Directory "T200R:MPW Folder:ARC SGML:"
-
- Target "T200R:MPW Folder:MPW Shell" using "vm2.SYM"
-
-
-